github.com/klauspost/compress/flate.decompressor.dict (field)
22 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L323: dict dictDecoder
inflate.go#L409: f.toRead = f.dict.readFlush() // Flush what's left in case of error
inflate.go#L441: f.toRead = f.dict.readFlush() // Flush what's left in case of error
inflate.go#L632: f.toRead = f.dict.readFlush()
inflate.go#L646: buf := f.dict.writeSlice()
inflate.go#L654: f.dict.writeMark(cnt)
inflate.go#L660: if f.dict.availWrite() == 0 || f.copyLen > 0 {
inflate.go#L661: f.toRead = f.dict.readFlush()
inflate.go#L670: if f.dict.availRead() > 0 {
inflate.go#L671: f.toRead = f.dict.readFlush()
inflate.go#L675: } else if f.flushMode == partialFlush && f.dict.availRead() > 0 {
inflate.go#L676: f.toRead = f.dict.readFlush()
inflate.go#L802: dict: f.dict,
inflate.go#L805: f.dict.init(maxMatchOffset, dict)
inflate.go#L822: f.dict.init(maxMatchOffset, dict)
inflate.go#L835: f.dict.init(maxMatchOffset, nil)
inflate_gen.go#L27: fnb, fb, dict := f.nb, f.b, &f.dict
inflate_gen.go#L278: fnb, fb, dict := f.nb, f.b, &f.dict
inflate_gen.go#L529: fnb, fb, dict := f.nb, f.b, &f.dict
inflate_gen.go#L780: fnb, fb, dict := f.nb, f.b, &f.dict
inflate_gen.go#L1031: fnb, fb, dict := f.nb, f.b, &f.dict
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |